Auto merge of #2885 - nelhage:ssh-retry-loop, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 17 Jul 2016 00:44:09 +0000 (17:44 -0700)
committerGitHub <noreply@github.com>
Sun, 17 Jul 2016 00:44:09 +0000 (17:44 -0700)
commit8f205612833be2d99b338e679951689c0cf99322
tree21ca47bf39dff2ed7eab0ab7645b8807fedb4c8a
parentc981b0faa0a7e01948e25afc65a42a0fc914925b
parentb379a5b0a5d0a129f52f1060e0800225c1b70f7f
Auto merge of #2885 - nelhage:ssh-retry-loop, r=alexcrichton

git: only attempt ssh-agent authentication once

This prevents infinite looping if ssh-agent authentication fails.

closes #2845